From: Richard M. Stallman Date: Sun, 16 Dec 2001 03:57:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~59786 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4d0fa4f3ecb46928347b46afd1ca00218d7ef98a;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a612513c768..f4657f27696 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2001-12-15 Richard M. Stallman + * isearch.el (isearch-start-hscroll): New variable. + (isearch-mode): Set isearch-start-hscroll. + (isearch-update): Restore original hscrolling if possible. + * isearch.el (isearch-edit-string): Treat isearch-yank-word-or-char specially, like isearch-yank-word. diff --git a/src/ChangeLog b/src/ChangeLog index 99873c846df..7c412bf1b6f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-12-15 Richard M. Stallman + + * keyboard.c (syms_of_keyboard) : Doc fix. + 2001-12-14 Andrew Innes * makefile.w32-in (EMACSLOADPATH): Define.